home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: TS3TestAPI.h
- * Author: Dan Venolia
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #ifndef __TS3TestAPI__
- #define __TS3TestAPI__
-
- void TestAPI_Init(
- void);
-
- void TestAPI_Exit(
- void);
-
- void TestAPI_Execute(
- void);
-
- #endif /* __TS3TestAPI__ */